home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; lgatbus.inf -- Install the LG USB Composite Device drivers
- ;
- ; Copyright (c) 1997-2001 MCCI
- ;
- ; $Id: cdcbus.inf,v 1.9 2002/04/11 14:35:39 greg Exp $
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc..
- ;
- ;*****************************************************************************
-
- [version]
- signature="$CHICAGO$"
- Class=USB
- ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
- Provider=%Provider%
- DriverVer=10/15/2002, 3.35.0.600
- ;CatalogFile=lgatbus.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
- LGWdm.W95.CopyFiles = 11 ; LDID_SYS
- LGWdm.NT.CopyFiles = 12 ; system32\drivers
- PropPages.CopyFiles = 11 ; system
-
- ;-----------------------------------------------------------------------------
- ; Specify the install disks. A bit unwieldy during development.
- ;-----------------------------------------------------------------------------
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"lgatbus.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[, [subdir] [, size]]
- lgatbus.sys = 1
- lgatwh95.sys = 1
- lgatwhnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents: manufacturer, then devices.
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %LG%=LG
-
- ;-----------------------------------------------------------------------------
- ; The devices
- ;-----------------------------------------------------------------------------
- [LG]
- %LG.CdcBus.Desc% = LGWdm.Install, USB\VID_1004&PID_6000
-
- ;-----------------------------------------------------------------------------
- ; How to install them: On W9x, the [section] name is used directly.
- ; On NT, the system first tries [section.NT], then [section].
- ;-----------------------------------------------------------------------------
-
- ;-----------------------------------------------------------------------------
- ; Diagnostics Files CopyFiles List Section
- ;-----------------------------------------------------------------------------
- [LG.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; XXX when we have a property page DLL, add it to the following section.
- ;-----------------------------------------------------------------------------
- [PropPages.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on W95/W98
- ;-----------------------------------------------------------------------------
- [LGWdm.Install]
- DriverVer=10/15/2002, 3.35.0.600
- CopyFiles = LGWdm.W95.CopyFiles, LG.CopyFiles, PropPages.CopyFiles
- AddReg = LGWdm.AddReg, LGWdm.W95.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [LGWdm.Install.NT]
- DriverVer=10/15/2002, 3.35.0.600
- CopyFiles = LGWdm.NT.CopyFiles
- AddReg = LGWdm.AddReg, LGWdm.NT.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to start the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [LGWdm.Install.NT.Services]
- AddService = lgatbus, 2, LGWdm.AddService
-
- [LGWdm.AddService]
- DisplayName = %LG.Service.Desc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\lgatbus.sys
- LoadOrderGroup = Base
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (all platforms)
- ;-----------------------------------------------------------------------------
- [LGWdm.AddReg]
-
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (W95/98) (including how to start the driver)
- ;-----------------------------------------------------------------------------
- [LGWdm.W95.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,lgatbus.sys
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (NT only)
- ;-----------------------------------------------------------------------------
- [LGWdm.NT.AddReg]
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for Win95 -- different because things go in
- ; different places. Also, we probably need to rename drivers
- ; during the install.
- ;-----------------------------------------------------------------------------
- [LGWdm.W95.CopyFiles]
- lgatbus.sys
- lgatwh.sys,lgatwh95.sys
- lgatwh95.sys
- lgatwhnt.sys
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for NT -- different because things go in
- ; different places.
- ;-----------------------------------------------------------------------------
- [LGWdm.NT.CopyFiles]
- lgatbus.sys
- lgatwh.sys,lgatwhnt.sys
- lgatwhnt.sys
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
-
- ;BEGIN ENG - US English Strings
- Provider = "LG Electronics Inc."
- LG = "LG Electronics Inc."
- DiskString = "LG USB Composite Device Installation disk"
-
- LG.CdcBus.Desc = "LG USB Composite Device"
- LG.Service.Desc = "LG USB Composite Device driver (WDM)"
-
- CustomerDataPath = "LG USB CDMA Modem"
- DriverSet = "LG USB CDMA Modem Software"
- UninstallFile = "LGATUninstall.exe"
- McciOptions = "Uninstallable"
-
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; Following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
- ;*** end of file ***
-